home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 6 / Amiga Format AFCD06 (Nov 1996, Issue 90).iso / screenplay / utility / game_patches_for_hd / desertstrike / install-ds < prev    next >
Text File  |  1996-06-18  |  703b  |  37 lines

  1. echo "Desert Strike HD Installation. Written by Jean-Francois Fabre 1996"
  2. echo ""
  3. echo "Insert Desert Strike disk 1 into drive df0:"
  4. ask  "Press <RETURN> to continue or y to abort."
  5. if WARN
  6.     skip abort
  7. ENDIF
  8.  
  9. disk2file 0 DesertStrike.Disk1
  10. echo "Insert Desert Strike disk 2 into drive df0:"
  11. ask  "Press <RETURN> to continue or y to abort."
  12.  
  13. if WARN
  14.     skip abort
  15. ENDIF
  16.  
  17. disk2file 0 DesertStrike.Disk2
  18. echo "Insert Desert Strike disk 3 into drive df0:"
  19. ask  "Press <RETURN> to continue or y to abort."
  20.  
  21. if WARN
  22.     skip abort
  23. ENDIF
  24.  
  25. disk2file 0 DesertStrike.Disk3
  26.  
  27. echo    "Installation complete. Click the dshd icon to run the game."
  28. skip fin
  29.  
  30. else
  31. lab abort
  32.     echo "Installation aborted"
  33. endif
  34.  
  35. lab fin
  36.     wait 3
  37.